Conversation
Owner
iosefa
commented
Apr 9, 2025
- Simplified large point cloud notebook
- Added utilities for EPT metadata and tiling
This commit introduces new tests for EPT metadata extraction, tiling, and integration workflows. It adds utility functions to handle EPT SRS, bounds extraction, and LAS tiling with overlap. Minor modifications include a DTM cropping helper and support for outlier removal and interpolation in process workflows.
Removed unnecessary debug print statements from `calculate.py` and `process.py` to clean up the code. Marked a slow-running test in `test_process.py` with `@pytest.mark.skip` for improved test suite performance.
Rewrote the notebook to decrease complexity and remove unnecessary details. Reduced the number of steps and explanations to focus solely on key operations for processing large point clouds using PyForestScan. Streamlined imports, markdown text, and code snippets for clarity.
Bumped the version from 0.2.3 to 0.2.4 to reflect new changes or improvements. This ensures compatibility and proper version tracking for package distribution.
Replaced the test GPKG file with a new version. This ensures the example data remains accurate and up-to-date for testing purposes.
Added an exception for a specific .tif file in the docs/example_data directory to ensure it is not ignored by Git. This allows the file to be tracked appropriately for documentation or testing purposes.
Updated setup.py and requirements.txt to include the 'requests' package with a minimum version of 2.32.3. This ensures the project has the necessary HTTP client library available for future functionalities or dependencies requiring it.
|
Codecov Report❌ Patch coverage is
... and 1 file with indirect coverage changes 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.